.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 
.clearfix:after { 
	clear: both; 
}
/* 头部 */
.head{
	width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 999;
	 position:relative;
}
.head_top{
	width: 1170px;
    margin: auto;
    height: auto;
    padding: 20px 0 0px 0;
    position: relative;
}
.logo{
	float: left;
}
.logo img{
	height: 100px;
}
.head_top_rg{
    width: 1050px;
    float: left;
}

.company_name{
    display: block;
    width: 100%;
    font-size: 29px;
    color:#333;
    font-weight: 600;
    text-align: center;
    margin-top:20px;
    box-sizing:border-box;
    padding-right: 10px;
}
/* 搜索 */
.daohang_form {
	position: relative;
}
.search_box {
    background: #ebebeb;
    height: 34px;
    width: 180px;
    float: right;
    border-radius: 6px;
    position: absolute;
    top:0;
    right: -186px;
}
.search_box form {
    width: 180px;
    height: 34px;
}
.ser1 {
    width: 34px;
    height: 34px;
    line-height: 34px;
    float: right;
    outline: none;
}
.ser {
    width: 140px;
    line-height: 32px;
    display: block;
    float: right;
    color: #808080;
    border: none;
    outline: none;
    /* margin-top: 6px; */
}
/* 导航 */
.navbar {
    float: right;
    margin-right: 180px;
}
.navbar li {
    float: left;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    font-size: 16px;
    color: #888383;
    font-weight: bold;
    font-family: Arial Bold;
    font-family: Arial;
    padding: 0 10px 20px;
    cursor: pointer;
}
/*._li_pr{position: relative;}*/
.navbar a {
    color: #333;
    padding: 5px 10px;
    font-weight: 600;
}
.navbar a:hover {
    color: #CF000D;
}
.navbar .log {
    background-image: none;
}
.navbar .lred {
    color: red;
    text-decoration: underline;
}
@media screen and (min-width: 1200px){
    .tm {
	    position: absolute;
	    background: #fff;
	    z-index: 10;
	    top:55px;
	    left: 0px;
	    width:100%;
		 margin:0 auto;
	    display: none; 
		background: rgba(193, 193, 193, 0.8);
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000,endcolorstr=#c8000000);
		 
	}
	.tm dt{
	    padding: 0px;
	    margin: 0px;
	    line-height: 51px;
	    /*border-bottom: 1px solid white;*/
		 display:inline-block;
	}
	.navbar li:hover .tm{
	    display: block;
	}
	.tm dt a:hover{
		background-color: rgba(255, 254, 254, 0.72);
    	box-shadow: 0px 4px 10px 0px #5a5959;
	}
	.nmd{display:none}
	.nme{display:none}
}

.but{
	display: none;
	position: fixed;
    height: 62px;
    cursor: pointer;
    right: 0%;
    top: 132px;
    z-index: 33;
}

.but img {
    float: right;
}
/* banner */
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .yuandian{
	width: 100%;
	height: 20px;
	font-size: 0px;
	text-align: center;
	position: absolute;
	bottom:20px;
	left: 0px;
}
.banner .yuandian span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	background-color: #fff;
	margin:0px 5px;
	cursor: pointer;
}
.banner .yuandian span.on{
	background-color: #CF000D;
} 
.banner_img{
	width: 100%;
	height: 40vw;
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.banner_img li{
	width: 100%;
	height: 40vw;
	display: inline-block;
    background-size: 100% 100%!important;
}
.baner_rg{
	width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    z-index: 999;
    background-position: 100% 0;
    right: 36px;
}
.banner:hover .baner_rg{
	right:5px;
	opacity: 1;
}
.baner_lf{
	width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 36px;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    z-index: 999;
}
.banner:hover .baner_lf{
	left:5px;
	opacity: 1;
}
.banner_nr{
	width: 100%;
	position: absolute;
	top:10vw;
	left:0px;
}
.banner_nr span {
	display: block;
	margin:0px auto;
    font-size: 75px;
    text-shadow: 0px 5px 6px #222;
    font-family: inherit;
    text-align: center;
    font-weight: 100;
    color:#fff;
}
.banner_nr p{
	font-size: 24px;
    line-height: 30px;
    font-family: 'Helvetica';
    text-align: center;
    color:#fff;

}
.banner_nr a{
	border: 2px solid #fff;
    display: block;
    border-radius: 4px;
    background: none;
    width: 216px;
    color: #ffffff;
    border-color: #ffffff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    margin:10px auto;
    line-height: 30px;
    cursor: pointer;
}
.banner_nr a:hover{
	background: #fff;
	color:#878787;;
}
/* 
主体 */
/*  768到1119显示的两个图标 */
.cp{
	display:none;
	width: 100%;
	
}
.cha{
	border-color: red!important;
}

.cp a{
	display: block;
	float: left;
	background: #333;
	width: 25%;
	height: auto;
	margin:20px 12.5%  10px;
	font-size: 0;
}
.cp a img{
	width: 100%;
}

/* why liftstar */

.why_liftstar_bg{
	width: 100%;
	height: 990px;
	background: #fff;
}
.why_liftstar{
	width: 1200px;
	height: 990px;
	margin:auto;
	overflow: hidden;
}
.why_liftstar b{
	display: block;
	color: #333;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 100;
    font-family: inherit;
    font-size: 40px;
}
.why_liftstar ul{
	width: 1200px;	
	overflow: hidden;	
}
.why_liftstar ul li{
	width: 550px;
	height: 670px;
	background: #fff;
	margin-left: 20px;
	float: left;
	margin-bottom: 10px;
    box-shadow: 0px 3px 18px -2px #655e5e;
}
.why_liftstar ul li img{
	width: 550px;
}
.why_liftstar ul li div{
	width: 95%;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    margin: auto;
    margin-top: 30px;
    font-family: inherit;
    font-weight: normal;
}
/* 所有 底部  Find out more*/
.news_a{
	display: block;
	margin:auto;
	border: 2px solid #878787;
    border-radius: 4px;
    background: none;
    width: 216px;
    color: #878787;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    margin-top:45px;
}
.m2{
	background: #fff;
}
.news_a:hover{
	background: #878787;
	color:#fff;
}

/* company */
.company_bg{
	width: 100%;
	height: 481px;
	background: #E3E2E2;
	overflow: hidden;
}
.company{
	width: 1200px;
	height: 481px;
	overflow: hidden;
	margin:auto;
}
.company b{
	display: block;
	color: #707070;
	margin-top: 60px;
    text-align: center;
    font-weight: 100;
    font-family: inherit;
    margin-bottom: 50px;
    font-size: 40px;
}
.company div{
	width: 850px;
	margin: auto;
	text-align: center;
    line-height: 200%;
    font-size:16px;
    font-family: Arial;
}

/* products */
.products_bg{
	width: 100%;
	height: 623px;
	background: rgba(51, 51, 51, 0.61);
}
.products{
	width: 1200px;
	height: 623px;
	margin:auto;
	overflow: hidden;
	position: relative;
}
.products b{
	display: block;
	margin: auto;
    color: white;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 100;
    font-family: inherit;
    font-size: 40px;
}
.products_ul {
	width: 1115px;
	height: 310px;
	margin: auto;
	overflow: hidden;
	position: relative;

}
.products_ul ul{
	width: 100%;
	height: 310px;	
	position: absolute;
	top:0px;
	font-size: 0;
	white-space: nowrap;
}
.products_ul ul li{
	width: 262px;
	display: inline-block;
    font-size: 16px;
    padding: 0 7.5px;
    height: 310px;
}
.products_ul ul li a{
	display: block;
	 background-color: #ffffff;
	 height: 310px;
	 text-align: center;
}
.products_ul ul li img{
	width: 262px;
	height: 242px;
}
.products_ul ul li span{
	display: block;
	width: 220px;
    line-height: 24px;
    color: #666;
    font-size: 18px;
    margin:15px auto;
    font-weight: 100;
    text-align: center;
    font-family: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.products_lf{
	width: 20px;
	height: 33px;
	background: url(images/leftarrow.png);
	position: absolute;
	top:50%;
	margin-top:-10px; 
	left:5px;
	cursor: pointer;	
}
.products_rg{
	width: 20px;
	height: 33px;
	background: url(images/rightarrow.png);
	position: absolute;
	top:50%;
	margin-top:-10px; 
	right:5px;	
	cursor: pointer;
}
/* 合作伙伴 */
.hzhb_bg{
	width: 100%;
	background-color: #fff;
}
.hzhb{
	width: 1200px;
	height: 200px;
	margin:auto;
}
.hzhb b{
	display: block;
	margin: auto;
    color: #333;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 100;
    font-family: inherit;
    font-size: 40px;
}
.hzhb_gd{
	width:100%;
	position: relative;
}
.hzhb_ul{
	width: 1110px;
    height: 65px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.hzhb_ul ul{
	width:9999px;
	height: 65px;
	position: absolute;
}
.hzhb_ul ul li{
	width:185px;
	line-height: 65px;
	float: left;
	padding:0px 10px;
	box-sizing:border-box;
	text-align: center;

}
.hzhb_ul ul li img{
	max-width: 100%;
	max-height: 100%;
}
.hzhb_lf{
	width: 11px;
    height: 20px;
    background: url(images/main_lf02.png) no-repeat;
    background-position: 0px center;
    position: absolute;
    top: 50%;
    margin-top:-10px;
    left: 22px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hzhb_rg{
	width: 11px;
    height: 20px;
    background: url(images/main_rg01.png) no-repeat;
    background-position: -12px center;
    position: absolute;
    top: 50%;
    margin-top:-10px;
    right: 22px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hzhb_lf:hover{
    background-position: -12px center;
}
.hzhb_rg:hover{
    background-position: 0px center;
}




















/* 产品页 */

.product_main{
	width: 100%;
	background: #F2F2F2;
	overflow: hidden;
}
.road{
	width: 1170px;
	margin:auto;
	font-size: 12px;
    margin-top: 34px;
}
.road a{
	color: #959494;
    font-family: 'Arial';
}
.road span{
	color:#000;
    font-family: 'Arial';
}
.product01{
	width: 1170px;
	overflow: hidden;
	margin:20px auto;
}
.product01_lf{
	width: 270px;
	float: left;
	background:#fff;
	margin-right: 20px;
}
.product01_lf b{
	width: 255px;
	padding-left: 15px;
	font-size: 24px;
    background-image: url(images/ge.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 56px;
    display: block;
    line-height: 56px;
}
.product01_lf .ul_list{
	width: 270px;
}
.product01_lf .ul_list li a{
	display: block;
    line-height: 36px;
    color: #686868;
    font-size: 14px;
    margin-left: 15px;
    padding-left: 14px;
    background-image: url(images/scroll.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.product01_lf .ul_list li a:hover{
    color: #CF000D;
    background-image: url(images/scroll_1.png);
    font-family: Calibri;
}
.product01_lf .ul_list li dl{
	display: none;
}
.product01_lf .ul_list li dl a{
	margin-left: 25px;
}


.product01_rg{
	width: 880px;
	float: left;
	margin-bottom: 30px;
}
.product01_rg .p_list li{
	width: 270px;
    margin-right: 20px;
    float: left;
    background: #FFF;
    margin-bottom: 20px;
    min-height: 390px;
}
.product01_rg .p_list li a{
	display: block;
	position: relative;
}
.product01_rg .p_list .div_zz{
	position: absolute;
    top: 0;
    left: 2px;
    background-color: #ffffff;
    z-index: 9;
    width: 98%;
    height: 100%;
    opacity: 0;
}
.product01_rg .p_list span{
	font-size: 16px;
    color: #353535;
    text-align: center;
    width: 270px;
    display: block;
    margin-top: 15px;
    height: 42px;
    overflow: hidden;
}
.product01_rg .p_list .xs{
	display: block;
	width: 167px;
    height: 42px;
    margin-left: 52px;
}
.product01_rg .p_list .xs>span{
	display: block;
	width: 160px;
	height: 38px;
	border:2px solid #cf000d;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	font-family: "Arial";
	color:#cf000d;
	border-radius: 5px;

}
.product01_rg .p_list img{
	display: block;
	width: 98%;
    margin:3px auto;
    margin-bottom: 0px;
}
.product01_rg .p_list li:hover{
	background-color: #333;
    color: #ffffff;
}
.product01_rg .p_list li:hover span{
	color:#fff;
}
.product01_rg .p_list li:hover .div_zz{
	opacity: 0.4;
}
.product01_rg .p_list li:hover .xs img{
	color:#fff;
}
.product01_rg .p_list li:hover .xs>span{
	color:#fff;
	border-color: #fff;
}
.product01_rg .p_js{
	width: 840px;
	padding:20px;
	background: #fff;
	color: #686868;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}
.p_xq {
	overflow: hidden;
}
.p_xq .p_xq_lf{
	width: 460px;
  height: 451px;
  background-color: white;
  border: 1px solid #d9d9d9;
  float: left;
}
.zenif{
	display: none;
}
.p_xq .p_xq_lf .zenif img{
    margin:auto;
    display: block;
    width:460px;
    height:335px;
}
.hugui ul{
	display: flex;
	margin-top:20px;
}
.hugui ul li {
	border: 1px solid #333;
	margin: 0 auto;
}
.hugui ul li img{
	width:110px!important;
	height:77px!important;
}
.zeb{
	-moz-box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
}
.p_xq .p_xq_rg{
	width: 388px;
    height: 451px;
    background-color: white;
    border: 1px solid #d9d9d9;
    float: right;
    margin-left: 10px;
}
.p_xq .p_xq_rg .tm01{
	width: 373px;
    border-bottom: 1px dashed #DCDCDC;
    overflow: hidden;
    margin-left: 15px;
}
.p_xq .p_xq_rg .tm01 b{
	display: block;
	font-size: 30px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 35px;
}
.p_xq .p_xq_rg .td01{
	border-bottom: 1px dashed #DCDCDC;
	margin-left: 10px;
}
.p_xq .p_xq_rg .td01 div{
	font-size: 16px;
    color: #333333;
    line-height: 35px;
}
.p_xq_rg .s_i{
	display: block;
	width: 131px;
	height: 32px;
	margin-top: 30px;
	margin-left: 30px;
}
.product01_rg .p_jsh{
	width: 880px;
	background:#fff;
	margin-top:30px;
}
.p_jsh .p_jsh_top{
	height: 30px;
    border-bottom: 3px solid #333;
    padding-bottom: 3px;
    background-color: #ffffff;
    width: 880px;
    position: relative;
    top:0px;
}
.p_top01{
	position: fixed!important;
}
.p_jsh .p_jsh_top>div{
	width: 20%;
	float: left;
	height: 33px;
	color: #606060;
    line-height: 33px;
    text-align: center;
    background-color: white;
    font-size: 14px;
    cursor: pointer;
}
.p_P01{
    background-color: #333!important;
    color: white!important;
}
.p_jsh_con{
	width: 100%;
}
.p_jsh_con>span{
	display: block;
	width: 180px;
	height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: url(images/items_bg.png) no-repeat left;
    margin-top: 30px;
    padding-left: 16px;
    background-size: 180px 40px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.p_jsh_con>b{
	display: block;
	width: 100%;
	box-sizing:border-box;
	padding-left: 4.5%;
	font-size: 16px;
    color: #333333;
    line-height: 25px;
}
.p_jsh_con .ss{
	width: 100%;
	box-sizing:border-box;
	padding-left: 4.5%;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 50px;
}
.p_jsh_con table{
	width: 100% !important;
    text-align: center;
	margin-left: -2%;
	border-collapse:collapse;
	margin-bottom: 50px;
}
.p_jsh_con table td{
	border:1px solid #999999;
}
.p_jsh_con table td{
	height: 35px;
    font-size: 14px;
}
.p_jsh_con form{
	margin-left: 4.5%;
	width: 85%;
	overflow: hidden;
	margin-bottom: 30px;
}
.p_jsh_con form ._mz{
	width: 50%;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.p_jsh_con form ._mz div{
	width: 20%;
	float: left;
	line-height: 35px;
	color:#000000;
	text-align: right;
}
.p_jsh_con form ._mz input{
	width: 74%;
	float: left;
	height:33px;
	margin-left: 5px;
	border:1px solid #A7A7A7;
}
.p_jsh_con form ._mz i{
	display: block;
	width: 4%;
	float: left;
	color:#FF1747;
	text-align: center;
}
.p_jsh_con form ._mz01{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
}
.p_jsh_con form ._mz01 div{
	width: 10%;
	float: left;
	line-height: 35px;
	color:#000000;
	text-align: right;
}
.p_jsh_con form ._mz01 textarea{
	width: 86%;
	float: left;
	margin-left: 5px;
	max-width: 76%;
}
.p_jsh_con form ._mz01 i{
	display: block;
	width: 4%;
	float: left;
	color:#999;
	text-align: center;
}
.p_jsh_con .sb01{
	line-height: 25px;
	color:#000;
	background-color: #E2E2E2;
	border:1px solid #6E6E6E;
	float: left;
	margin-bottom: 30px;
	padding:0px 10px;
	margin-left: 10%;
	font-size: 14px;
	cursor: pointer;
}
.p_jsh_con .re01{
	line-height: 25px;
	color:#000;
	background-color: #E2E2E2;
	border:1px solid #6E6E6E;
	float: left;
	margin-bottom: 30px;
	padding:0px 10px;
	margin-left: 3%;
	font-size: 14px;
	cursor: pointer;
}


.parts_main{
	width: 1170px;
	margin:30px auto;
	margin-bottom: 60px;
}

.parts_main table{
	width: 100%;
	margin-bottom: 40px;
	border-collapse:collapse;
}
.parts_main table td{
	border:1px solid #000;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
    color: #000;
    width: 33%;
    padding:10px 0px;
}
.parts_main table th{
	width: 33%;
	background: #666666;
	color: #333;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}
.parts_main table th a{
	font-size: 12px;
    color: #000;
}








.why_main{
	width: 1170px;
	margin:10px auto;
	margin-bottom: 60px;
}
.why_main>ul li{
	border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    padding-top: 15px;
}
.why_main .why_txt_left {
    width: 23px;
    height: 20px;
    float: left;
    background: url(images/new-img.jpg);
    text-align: center;
    padding-top: 3px;
    margin-top: 2px;
    margin-right: 20px;
    color:#fff;
}
.why_main  .why_txt_right {
    float: left;
    font-family: Arial;
    color: #515151;
    font-size: 12px;
    line-height: 180%;
    font-weight: bold;
    width: 92%;
    background: none;
    margin-bottom: 20px;
}
.why_main  .why_txt_right>span{
	font-size: 16px;
    font-weight: normal;
    line-height: 2;
}
.why_main>ul li a:hover{
	color: #333;
}
.why_main>ul li a:hover .why_txt_right>span{
	color: #333;
}
.company_main{
	width: 1170px;
	margin:30px auto;
	margin-bottom: 60px;
	font-size: 16px;
    color: #666666;
}
img{
	max-width: 100%;
}










.contact_us{
	width: 1130px;
	padding-left: 40px;
	line-height:200%;
	margin:auto;
	margin-top:30px;
	margin-bottom: 60px;
}
.contact_us .cu{
	border-bottom: solid 1px #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    color:#00002D;

}
.contact_us .cu01 img{
	max-width: 100%;
}
/*.contact_us .cu01 b{
	display: block;
	color: #333333;
	line-height: 30px;
    font-family: inherit;
}
.contact_us .cu01 div {
	margin-bottom: 15px;
}
.contact_us .cu01 div img{
	width: 20px;
	height: 20px;
}
.contact_us .cu01 div span{
	font-weight: 600;
}*/
.order_main{
	width: 1170px;
	margin:30px auto;

}
.order_main th{
	background-color: #333;
	height: 25px;
	text-align: center;
    color: #fff;
    font-weight: 200;
}
.th1{width: 230px;}
.th4{width: 460px;}
.td4{cursor: pointer;}
.order_main td{
	height: 80px;
	text-align: center;
	background-color: #fff;
	color: #444;
}
.order_main .td2 img{
	height:80px;
}
.order_main .td3 input{
	width: 66px;
}
.order_main .shop_a{
	width: 200px;
    border-radius: 5px;
    background: #383838;
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    display: block;
    cursor: pointer;
}
.order_main_con b{
	display: block;
	text-align: center;
	font-size: 20px;
    color: #024283;
    margin-bottom: 8px;
    margin-top: 50px;
}
.order_main_con  div{
	width: 570px;
	line-height: 25px;
    color: #3965b6;
    font-size: 13px;
    margin:auto;
    text-align: center;
    margin-bottom: 30px;
}
.order_main_con form{
	width: 700px;
	margin:auto;
}
.order_main_con form input{
	display: block;
	border: 2px #bdc3c7 solid;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    padding-left: 20px;
    width: 300px;
    margin-bottom: 20px;
    color: #999999;
    height: 48px;
}
.order_main_con .first_name{
    margin-right: 48px;
    float: left;
}
.order_main_con ._subject{
	width: 672px;
}
.order_main_con ._email{
    margin-right: 48px;
    float: left;
}
.order_main_con form select{
	display: block;
	border: 2px #bdc3c7 solid;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    padding-left: 20px;
    width: 325px;
    margin-bottom: 20px;
    color: #999999;
    height: 48px;
    float: left;
}
.order_main_con form textarea{
	display: block;
	border: 2px #bdc3c7 solid;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    padding-left: 20px;
    width: 672px;
    margin-bottom: 20px;
    color: #999999;
    float: left;
}
.order_main_con form span{
	width: 100%;
}
.order_main_con form span .xun_Confirm{
	width: 426px;
    margin-right: 35px;
    float: left;
}
.order_main_con form span .yzm{
	display: block;
    float: right;
}
.dianji_b{
	width: 100%;
    background: #015d36;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 1px solid ##004a99;
    line-height: 50px;
    border-radius: 7px;
    cursor: pointer;
    background: #333;
}
/* 底部 */
.footer_bg{
	width: 100%;
	height: 325px;
}
.footer_top_bg{
	height: 38px;
	background: #383838;
}
.footer_top{
	width: 1124px;
	height: 38px;
	margin:auto;
}
.footer_top span{
	line-height: 38px;
    font-weight: normal;
    color: white;
    display: block;
    float: left;
    font-family: Calibri;
}
.footer_top a{
	margin-left: 10px;
    margin-top: 6px;
    display: block;
    float: left;
}
.foo{
	float: right;
    margin-top: 5px;
    margin-left: 35px;
    height: 30px;
    width: 330px;
    overflow: hidden;
}
.foo .letteros {
    width: 210px;
    height: 28px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border-radius: 4px 0 0 4px;
    border: none;
}
.foo button{
	width: 91px;
	height: 29px;
	border:0px;
    float: left;
    cursor: pointer;
    border-radius: 3px;
	background: url(images/le1.png) no-repeat;
}
.desk {
    line-height: 38px;
    font-weight: normal;
    color: white;
    display: block;
    float: right!important;
    font-family: Calibri;
}

.footer_con_bg{
	height: 287px;
	background: #C7C7C7;
}
.footer_con{
	width: 1124px;
	height: 287px;
	margin:auto;
	overflow: hidden;
}
.footer_con ul{
	margin-top:21px;
	float: left;
}
.footer_con ul li{
	width: 240px;
	height: 220px;
	float: left;
	padding-left: 25px;
	border-right: 1px solid #8e8f8c;
}
.footer_con ul li a{
	display: block;
	margin-top: 16px;
    font-family: Calibri;
    color: #312E29;
    font-size: 18px;
}
.footer_div{
	width: 300px;
    height: 220px;
    padding-left: 25px;
    float: left;
    margin-top:21px;
}
.footer_div .dianhua{
	display: block;
	width: 270px;
	height: 19;
	padding-left:40px;
	margin-top: 16px;
	line-height: 23px;
	font-size: 16px;
	font-weight: 600;
	color: #B81A1B;
	background: url(images/tel.jpg) no-repeat left center;
}
.footer_div a{
	display: block;
	width: 270px;
	height: 19;
	padding-left:30px;
	margin-top: 16px;
	background: url(images/el.png) no-repeat left center;
}
.footer_div .dizhi{
	display: block;
	width: 270px;
	height: 56px;
	padding-left:30px;
	margin-top: 16px;
	background: url(images/di.png) no-repeat left top;
}
.foot {
    width: 100%;
    margin: 0px auto;
    height: 36px;
    color: #312E29;
    background-color: #c7c7c7;
    font-family: "Arial";
    font-size: 11px;
    line-height: 220%;
    float: left;
}

@media (min-width: 680px) and (max-width: 1199px){
	/* 头部 */
	.logo{
        margin-left: 20px;
    }
	.head{
		width: 100%;
		height: 124px;	
	}
    .head_top_rg{
        width: 100%;
        position: relative;
    }
    .company_name{
        display:none;
    }
	.head_top{
		width: 100%;
		padding:10px 0px;
	}
	.logo{
		height:auto;
	}
	.search_box{
        position: absolute;
        top:-100px;
        right: 30px;
		display: block;
	    float: right;
	    margin-right: 10%;
	    margin-top: 18px;
	    border: 1px solid #C7C5C5;
	}
	.ser{
		line-height: 34px;
	}
	.but {
	    display: block;
	    right: 0%;
	    top: 64px;
	}
    .navbar{
        position:fixed;
        width: 100%;
        top:124px;
        height: calc(100% - 124px);
        overflow: scroll;
        z-index: 33;
        display: none;
        background:rgba(0,0,0,0.9);
    }
    .navbar li{
        width: 100%;
        text-align: center;
        line-height: 50px;
        margin:0px;
        padding: 0px;
        border-top: #887171 1px solid;
        border-bottom: #887171 1px solid;
    }
    .navbar li a{
       color:#fff; 
    }
    .navbar a:hover{
        color: #fff;
    }
    .tm{
        display: none;
    }
    .tm dt{ 
        border-bottom: 1px solid #333!important;
    }
    .tm dt a{
        font-size: 14px;
        color: #CF000D!important;
    }
	.banner{
		width: 100%;
		height: 50vw;
	}
	.banner_img{
		width: 100%;
		height: 50vw;
	}
	.banner_img li{
		width: 100%;
		height: 50vw;
	}
	.baner_lf{
		opacity: 1;
		left:5px;
	}
	.baner_rg{
		opacity: 1;
		right:5px;
	}

	/* 主体 */
	.navbar span{
		display: none;
	}
	.cp{
		display: block;
	}
	.company_bg{
		height: 410px;
	}
	.company{
		width: 100%;
		height: 410px;
	}
	.company b{
		font-size: 32px;
		margin:30px 0px 20px 0px;
	}
	.company div{
		font-size: 16px;
		width: 80%;
		margin:auto;
	}
	.news_a{
		padding: 6px 0px;
		font-size: 14px;
	}
	.why_liftstar_bg{
		height: auto;
		padding-bottom: 40px;
	}
	.why_liftstar{
		width: 100%;
		height: auto;
	}
	.why_liftstar b{
		font-size: 32px;
		margin:30px 0px 20px 0px;
	}
	.why_liftstar ul {
		width: 80%;
		margin:auto;
	}
	.why_liftstar ul  li{
		margin:0px 2.5%  10px !important;
		width: 45%;
		height: auto;
	}
	.why_liftstar ul  li img{
		width: 100%;
	}
	.why_liftstar ul  li div{
		width: 90%;
		margin:auto;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.products_bg{
		height: auto;
		padding-bottom: 40px;
	}
	.products{
		width: 100%;
		height: auto;
	}
	.products b{
		font-size: 32px;
		margin:30px 0px 20px 0px;
	}
	.products_ul{
		width:544px;
	}
	.products_ul li img{
		width: 100%!important;
	}
	.products_lf{
		left:2%;
	}
	.products_rg{
		right:2%;
	}
	.hzhb{width:100% }





	.road{display: none;}
	.product01{width: 100%;}
	.product01_lf{display: none;}
	.product01_rg{
		width: 90%;
		margin:auto;
		float: none;
	}
	.product01_rg .p_list li{
		width: 30%;
		margin-right: 3%;
	}
	.product01_rg .p_list li span{width: 100%;}
	.product01_rg .p_list li .xs{
		width: 60%;
		margin:30px auto;
		height: auto;
	}
	.p_js{width: 100%!important;box-sizing:border-box;}
	.p_xq .p_xq_lf{
		width: 49%;
	}
	.zenif2{
		display: none;
	}
	.p_xq .p_xq_rg{
		width: 48%;
	}
	.product01_rg .p_jsh{
		width: 100%;
	}
	.p_jsh .p_jsh_top{
		width: 100%;
	}
	.p_top01{
		width: 95%!important;
	}
	.p_jsh_con form ._mz input {
		width: 73%;
	}
	.p_jsh_con form  ._mz01{
		width: 100%;
		float: none;
	}
	.why_main{
		width: 90%;
	}
	.why_main .why_txt_left{
		margin-right: 0px;
	}
	.company_main{width: 90%;}
	.contact_us{width: 90%;padding-left:20px;}
	.contact_us .cu{width: 100%;}
	.order_main{
		width: 95%;
		margin:10px auto;
	}
	.th4{width: 230px;}
	.parts_main{width: 90%;}

	/* 	底部 */
	.footer_top_bg{
        height: auto;
    }
    .footer_top{
        width: 97%;
        height: auto;
        overflow: hidden;
    }
    .desk{
        display: none!important;
    }
    .footer_con{
        width: 90%;
    }
    .footer_con ul li:nth-of-type(1){
        display: none;
    }
    .footer_con ul li:nth-of-type(2){
        display: none;
    }
    .footer_con ul {
        float: left;
        width: 50%;
    }
    .footer_con ul li{
        border:0px;
    }
    .foot{
        width: 100%;
        border-top:1px solid #fff;
        margin:auto;
        height: auto;
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 679px){
		/* 头部 */
		.logo{
        margin-left: 20px;
    }
    .head_top{
        width: 100%;
        padding:10px 0px;
    }
    .head_top_rg{
        width: 100%;
        position: relative;
    }
    .company_name{
        display:none;
    }
    .head_top{
        width: 100%;
        padding:10px 0px;
    }
    .logo{
        height:auto;
    }
    .navbar li{
    
    }
    .search_box{
        position: absolute;
        top:-100px;
        right: 30px;
        display: none;
        float: right;
        margin-right: 10%;
        margin-top: 18px;
        border: 1px solid #C7C5C5;
    }
    .ser{
        line-height: 34px;
    }
    .but {
        display: block;
        right: 0%;
        top: 64px;
    }
    .navbar{
        position:fixed;
        width: 100%;
        top:124px;
        z-index: 33;
        height: calc(100% - 124px);
        overflow: scroll;
        display: none;
        background:rgba(0,0,0,0.9);
    }
    .navbar li{
        width: 100%;
        text-align: center;
        line-height: 50px;
        margin:0px;
        padding: 0px;
        border-top: #887171 1px solid;
        border-bottom: #887171 1px solid;
    }
    .navbar li a{
       color:#fff; 
    }
    .navbar a:hover{
        color: #fff;
    }
    .tm{
        display: none;
    }
    .tm dt{ 
        border-bottom: 1px solid #333!important;
    }
    .tm dt a{
        font-size: 14px;
        color: #CF000D!important;
    }
    .banner{
        width: 100%;
        height: 50vw;
    }
    .banner_img{
        width: 100%;
        height:50vw;
    }
    .banner_img li{
        width: 100%;
        height: 50vw;
    }
    .baner_lf{
        opacity: 1;
        left:5px;
    }
    .baner_rg{
        opacity: 1;
        right:5px;
    }
    
    .navbar{
        display: none;
    }
    .but {
        display: block;
        right: 0%;
        top: 44px;
    }
    /* 主体 */
	.why_liftstar_bg{
		height: auto;
		padding-bottom: 20px;
	}
	.why_liftstar{
		width: 100%;
		height: auto;
	}
	.why_liftstar b{
		margin:20px 0px 5px;
		font-size: 18px;
		font-weight:bold;
	}
	.why_liftstar ul{
		width: 100%;
	}
	.why_liftstar ul li{
		width: 90%;
		float: none;
		height: auto;
		padding-bottom: 10px;
		margin: 20px auto!important;
		margin-bottom: 20px;
	}
	.why_liftstar ul li img {
		width: 100%;
	}
	.company_bg{
		height: auto;
		padding-bottom: 20px;
	}
	.company{
		width: 100%;
		height: auto;
	}
	.company b { 
		margin:30px 0px;
		font-size: 18px;
		font-weight:bold
	}
	.company div{ 
		width: 90%;
		font-size: 16px;
	}
	.products_bg{
		height: auto;
		padding-bottom: 20px;
	}
	.products{
		width: 100%;
		height: auto;
	}
	.products b{ 
		margin:30px 0px;
		font-size: 18px;
		font-weight:bold;
	}
	.hzhb b {
    display: block;
    margin: auto;
    color: #333;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
	font-weight:bold;
    font-family: inherit;
    font-size:18px;
}
.news_a {
    display: block;
    margin: auto;
    border-radius: 4px;
    width: 216px;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}
	.products_ul{ 
		width: 277px;
	}
	.road{display: none;}
	.nmd{width:100%; height:35px; line-height:35px; text-align:center; font-size:16px; font-weight:bold; margin-top:3%; border-bottom:#CCCCCC 1px solid}
	.nme{width: 100%; margin-top:3%}
	.nme ul{list-style:none}
	.nme ul li{width:46%; height:30px; line-height:30px; text-align:center; border:1px solid #CCCCCC;  border-radius: 5px; margin:0 1.6% 3%; float:left}
	.nme ul li a{font-size:14px;}
	.product01{width: 100%;}
	.product01_lf{display: none;}
	.product01_rg{
		width: 90%;
		margin:auto;
		float: none;
	}
	.product01_rg .p_list li{
		width: 48%;
		margin: 0 1% 2%;
		min-height: 200px;
	}
	.product01_rg .p_list .xs>span {
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #cf000d;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    font-family: "Arial";
    color: #cf000d;
    border-radius: 5px;
}
    .product01_rg .p_list span {
    font-size: 14px;
    color: #353535;
    text-align: center;
    width: 270px;
    display: block;
    margin-top: 15px;
    height: 55px;
    overflow: hidden;
}
	.product01_rg .p_list li span{width: 100%;}
	.product01_rg .p_list li .xs{
		width: 60%;
		margin:15px auto;
		height: auto;
	}
	.p_js{width: 100%!important;box-sizing:border-box;}
	.p_xq .p_xq_lf{
		width: 98%;
		float: none;
		height: auto;
	}
	.p_xq .p_xq_lf img{
		margin: 0 auto;
		width: 100%;
	}
	.hugui ul{
		margin-top:30px;
	}
	.hugui ul li img {
    width: 70px!important;
    height: 70px!important;
}
	.p_xq .p_xq_rg{
		width: 98%;
		float: none;
		margin: 0px;
	}
	.hzhb{width: 100%;}
	.product01_rg .p_jsh{
		width: 100%;
	}
	.p_jsh_con{
		padding-top:30px;
	}
	.p_jsh .p_jsh_top{
		display: none;
	}
	.p_jsh_con form ._mz input {
		width: 73%;
	}
	.p_jsh_con form  ._mz{
		width: 100%;
		float: none;
	}
	.p_jsh_con form  ._mz01{
		width: 100%;
		float: none;
	}
	.p_jsh_con form ._mz01 div{
		width: 20%;
		font-size: 13px;
	}
	.p_jsh_con {
		width: 95%;
	}
	.p_jsh_con table{
		width: 100%;
	}
	.p_jsh_con table td{
		padding:0px 10px;
		height: auto;
		line-height: 30px;
	}
	.p_jsh_con form ._mz01 textarea{
		width: 73%;
	}
	.why_main{
		width: 90%;
	}
	.why_main .why_txt_left{
		margin-right: 0px;
	}
	.company_main{width: 90%;}
	.contact_us{width: 90%;padding:0px;}
	.contact_us img{ display:none}
	.contact_us .cu{width: 100%;}
	.order_main{
		width: 95%;
		margin:10px auto;
	}
	.th4{width: 50px;}
	.order_main_con b{margin-top:30px; }
	.order_main_con div{width: 100%;}
	.order_main_con form{width: 100%;}
	.order_main_con .first_name{
		width: 100%;
		float: none;
		box-sizing:border-box;
	}
	.order_main_con .last_name{
		width: 100%;
		float: none;
		box-sizing:border-box;
	}
	.order_main_con .last_name{
		width: 100%;
		float: none;
		box-sizing:border-box;
	}
	.order_main_con ._subject{
		width: 100%;
		float: none;
		box-sizing:border-box;
	}
	.order_main_con ._email{
		width: 100%;
		float: none;
		box-sizing:border-box;
	}
	.order_main_con form select{
		width: 100%;
		float: none;
		box-sizing:border-box;
	}
	.order_main_con form textarea{
		width: 100%;
		float: none;
		box-sizing:border-box;
	}
	.order_main_con form span .xun_Confirm{
		width: 
	}
	.parts_main{width: 90%;}
	.p_xq .p_xq_rg .tm01 b {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 35px;
}
     .p_xq .p_xq_rg .tm01 {
    width: 300px;
    border-bottom: 1px dashed #DCDCDC;
    overflow: hidden;
    margin-left: 15px;
}
    .p_xq .p_xq_rg {
    height: auto;
    padding-bottom: 20px;
    background-color: white;
    border: 1px solid #d9d9d9;
}
   .contact_us .cu {
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #00002D;
}
	/* 底部 */
	
	.footer_div {
    width: 300px;
    height: auto;
    padding-left: 25px;
    float: left;
    margin: 21px auto;
}
	 .footer_top_bg{
        height: auto;
    padding: 8px 0;
    }
    .footer_top{
        width: 100%;
        height: auto;
    }
    .footer_top div{
	   display:none
    }
    .footer_top div a:nth-of-type(1){
        margin-left: 20px!important;
    }
    .foo{
        margin:auto;
        float: none;
        width: 310px;
    }
    .desk{
        display: none!important;
    }
    .footer_con_bg{
        height: auto;
    }
    .footer_con{
        width: 90%;
         height: auto;
    }
    .footer_con ul{
        display: none;
    }
    .footer_con ul li{
        border:0px;
    }
    .foot{
        width: 100%;
        border-top:1px solid #fff;
        margin:auto;
        height: auto;
        text-align: center;
    }
	 
	 .p_jsh_con table{  table-layout: fixed; width:860px; margin:0 10px;}
				
    .p_jsh_con table tr td{   overflow:hidden; word-wrap:break-word; text-align: center;}
}
@media (min-width: 560px) and (max-width: 679px){
	.road{display: none;}
	.product01{width: 100%;}
	.product01_lf{display: none;}
	.product01_rg{
		width: 90%;
		margin:auto;
		float: none;
	}
	.product01_rg .p_list li{
		width: 30%;
		margin-right: 3%;
	}
	.product01_rg .p_list li span{width: 100%;}
	.product01_rg .p_list li .xs{
		width: 60%;
		margin:30px auto;
		height: auto;
	}
}
@media (min-width: 1026px) and (max-width: 1200px){
	.hzhb_ul{width: 925px;}
}
@media (min-width: 841px) and (max-width: 1025px){
	.hzhb_ul{width: 740px;}
}
@media (min-width: 656px) and (max-width: 840px){
	.hzhb_ul{width: 555px;}
}
@media (min-width: 471px) and (max-width: 655px){
	.hzhb_ul{width: 370px;}
}
@media (min-width: 320px) and (max-width: 470px){
	.hzhb_ul{width: 185px;}
}
@media screen and (max-width: 730px){
	.order_main_con form span .xun_Confirm {
	    width: 55%;
	    display: inline;
	    margin-left: 20px;
	}
}
@media screen and (max-width: 625px){
	.order_main_con form span .xun_Confirm {
	    width: 40%;
	}
}
@media screen and (max-width: 465px){
	.order_main_con form span .xun_Confirm {
	    width: 150px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    float: left;
	    margin-left: 7px;
	    line-height: 37px;
	}
}
@media screen and (max-width: 380px){
	.order_main_con form span .xun_Confirm {
    width: 100px;
	}
}
/*.notranslate{
	position: absolute!important;
	right: -175px!important;
}*/
/*@media (min-width: 1330px) and (max-width: 1550px){
	.notranslate{
		right: -64px!important;
	}
	.search_box{
		right:-76px;
	}
}
@media (min-width: 1200px) and (max-width: 1329px){
	.notranslate{
		right: 1px!important;
	}
	.search_box{
		right:  -10px;
	}
	.company_name{
		padding-right: 163px;
	}
}
@media (min-width: 680px) and (max-width: 1199px){
	.notranslate{
		top:32px!important;
		right: 40px!important;
		margin-right: 10%;
	}
	.search_box{
		top:-70px;
		right:  30px;
	}
}*/

/*  xxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.head_two{
	height: 155px;
	width: 100%;
}
.head_two .head_top_two_bg{
	width: 100%;
	height: 105px;
	background-color: #EEE8DB;
} 
.head_two .head_top_two_bg .head_two_top{
	width: 1200px;
	margin:0px auto;
	position: relative;
}
.head_two .head_top_two_bg .head_two_top .logo_two{
	display: block;
	width: 68px;
	height: 84px;
	float: left;
	margin-top:10.5px;
} 
.head_two .head_top_two_bg .head_two_top .logo_two img{
	display: block;
	width: 68px;
	height: 84px;
}
.head_two .head_top_two_bg .head_two_top .company_name_two{
	display: block;
	float: left;
	font-family:"微软雅黑";
	font-size: 35px;
	color: #000000;
	line-height: 48px;
	margin-top:28.5px;
	margin-left: 18px;
	font-weight: 600;
}
.head_two .head_top_two_bg .head_two_top .rx{
	display: block;
	float: left;
	font-family:"微软雅黑";
	font-size: 20px;
	color: #000000;
	background:url(images/xtel.png) no-repeat left center;
	width:212px;
	height:59px;
	margin-top:27px;
	margin-left: 183px;
}
.head_two .head_top_two_bg .head_two_top .rx span{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.head_two .head_top_two_bg .head_two_top .search_two{
	background: #fff;
    height: 34px;
    width: 180px;
    border-radius: 6px;
    position: absolute;
    top: 53px;
    right:20px;
}
.head_two .head_top_two_bg .head_two_top .search_two .ser1 {
    width: 34px;
    height: 34px;
    line-height: 34px;
    float: right;
    outline: none;
}
.head_two .head_top_two_bg .head_two_top .search_two .ser {
    width: 140px;
    line-height: 32px;
    display: block;
    float: right;
    color: #808080;
    border: none;
    outline: none;
}

.head_two .head_top_two_bg .head_two_top .nav_icon{
	display: none;
}
.head_two .nav_two{
	width: 100%;
	height: 50px;
	background-color: #2A2A2A;
	position: relative;
}
.head_two .nav_two ul {
	width: 1200px;
	height: 50px;
	margin:0px auto;
	box-sizing:border-box;
	padding-left: 25px;
}
.head_two .nav_two ul li{
	height: 50px;
	float: left;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
	width:160px;
	position:relative;
    cursor: pointer;
    transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.head_two .nav_two ul li>a{
	color: #FFF;
}
.head_two .nav_two ul li:hover>a{
	color: #CF000D;
}
.head_two .nav_two ul li dl{
	position: absolute;
    z-index: 10;
    top: 50px;
    width: 160px;
    margin: 0 auto;
    display: none;
	background-color:#CF0016
}
.head_two .nav_two ul li:hover dl{
	display: block;
}
.head_two .nav_two ul li dl dt{
	padding: 0px;
    margin: 0px;
	border-bottom:#FFC4C8 1px solid;
	width:160px;
	height:35px;
    line-height: 35px;
}
.head_two .nav_two ul li dl dt a{
    width:160px;
	height:35px;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	display:block
}
.head_two .nav_two ul li dl dt a:hover{
    width:160px;
	height:35px;
	font-size:14px;
	font-weight:normal;
	background-color:#2A2A2A;
	color: #CF000D;
	display:block
}
@media (min-width: 1200px){
.head_two .head_top_two_bg .head_two_top .chang_box{
	width: 162px;
	height: 26px;
	position: absolute;
	top:18px;
	right:29px;
} 
}
@media (max-width: 1199px) and (min-width: 680px){
    .head_two .head_top_two_bg .head_two_top .chang_box{
	width: 162px;
	height: 26px;
	position: absolute;
	top:18px;
	right:29px;
} 
   .nmd{width:100%; height:35px; line-height:35px; text-align:center; font-size:16px; font-weight:bold; margin-top:3%; border-bottom:#CCCCCC 1px solid}
   .nme{width: 100%; margin-top:3%}
	.nme ul{list-style:none}
	.nme ul li{width:46%; height:30px; line-height:30px; text-align:center; border:1px solid #CCCCCC;  border-radius: 5px; margin:0 1.6% 3%; float:left}
	.nme ul li a{font-size:14px;}
	.head_two{
		height: auto;
		width: 100%;
	}
	.head_two .head_top_two_bg{
		width: 100%;
		height: 105px;
		background-color: #EEE8DB;
	} 
	.head_two .head_top_two_bg .head_two_top{
		width: 90%;
		margin:0px auto;
		position: relative;
	}
	.head_two .head_top_two_bg .head_two_top .logo_two{
		display: block;
		width: 92px;
		height: 76px;
		float: left;
		margin-top:14.5px;
	} 
	.head_two .head_top_two_bg .head_two_top .logo_two img{
		display: block;
		width: 92px;
		height: 76px;
	}
	.head_two .head_top_two_bg .head_two_top .company_name_two{
		display: none;
		float: left;
		font-size: 30px;
		color: #000000;
		line-height: 48px;
		margin-top:28.5px;
		margin-left: 18px;
		font-weight: 600;
	}
	.head_two .head_top_two_bg .head_two_top .rx{
		display: none;
	}
	.head_two .head_top_two_bg .head_two_top .chang_box{
		width: 162px;
		height: 26px;
		position: absolute;
		top:18px;
		right:89px;
	} 
	.head_two .head_top_two_bg .head_two_top .search_two{
		background: #fff;
	    height: 34px;
	    width: 180px;
	    border-radius: 6px;
	    position: absolute;
	    top: 53px;
	    right:80px;
	}
	.head_two .head_top_two_bg .head_two_top .search_two .ser1 {
	    width: 34px;
	    height: 34px;
	    line-height: 34px;
	    float: right;
	    outline: none;
	}
	.head_two .head_top_two_bg .head_two_top .search_two .ser {
	    width: 140px;
	    line-height: 32px;
	    display: block;
	    float: right;
	    color: #808080;
	    border: none;
	    outline: none;
	}

	.head_two .head_top_two_bg .head_two_top .nav_icon{
		display: block;
		position: fixed;
	    height: 62px;
	    cursor: pointer;
	    right: 0%;
	    top: 43px;
	    z-index: 33;
	}
	.head_two .nav_two{
		position: fixed;
	    width: 100%;
	    top: 105px;
	    height: calc(100% - 105px);
	    overflow: scroll;
	    z-index: 33;
	    display: none;
	    background: rgba(0,0,0,0.9);
	}
	.head_two .nav_two ul {
		position: relative;
	    width: 100%;
	    height: auto;
	    display: block;
	    padding:0px;
	    margin:0px;
	}
	.head_two .nav_two ul li{
		height: 50px;
		float: left;
	    text-align: center;
	    line-height: 50px;
	    font-size: 16px;
	    color: #fff;
	    font-weight: bold;
	    font-family: Arial Bold;
	    font-family: Arial;
	    margin-right: 80px;
	    cursor: pointer;
	    transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		width: 100%;
		height: auto;
		float: none;
	    text-align: center;
	    line-height: 50px;
	    margin: 0px;
	    padding: 0px;
	    border-bottom: #887171 1px solid;
	}
	.head_two .nav_two ul li>a{
		color: #FFF;
	}
	.head_two .nav_two ul li:hover>a{
		color: #fff;
	}
	.head_two .nav_two ul li dl{
		position: relative;
	    background: #fff;
	    z-index: 10;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    margin: 0 auto;
	    display: none;
	    background: transparent;
	}
	.head_two .nav_two ul li:hover dl{
		display: none;
	}
	.head_two .nav_two ul li dl dt{
		padding: 0px;
	    margin: 0px;
	    line-height: 50px;
	    display:block;
	    border-bottom: 1px solid #333!important;
	}
	.head_two .nav_two ul li dl dt a{
		padding: 5px 10px;
	    font-weight: 600;
	    color: #CF000D;
	    font-size: 14px;
	}
	.head_two .nav_two ul li dl dt a:hover{
		background-color: transparent;
	    box-shadow: none;
	}
}

@media (max-width: 679px) and (min-width: 320px){
	.head_two{
		height: auto;
		width: 100%;
	}
	.head_two .head_top_two_bg{
		width: 100%;
		height: 95px;
		background-color: #EEE8DB;
	} 
	.head_two .head_top_two_bg .head_two_top{
		width: 90%;
		margin:0px auto;
		position: relative;
	}
	.head_two .head_top_two_bg .head_two_top .logo_two{
		display: block;
		width: 72px;
		height: 76px;
		float: left;
		margin-top:14.5px;
	} 
	.head_two .head_top_two_bg .head_two_top .logo_two img{
		display: block;
		width: 52px;
		height: 64px;
	}
	.head_two .head_top_two_bg .head_two_top .company_name_two{
		float: left;
		font-size:15px;
		color: #000000;
		margin-top: 0;
		margin-left: 0;
		line-height:0;
		padding-top:55px;
		font-weight:bold
	}
	.head_two .head_top_two_bg .head_two_top .rx{
		display: none;
	}
	.head_two .head_top_two_bg .head_two_top .chang_box{
		width: 162px;
		height: 26px;
		position: absolute;
		top: 10px;
		right: 0px;
	} 
	.head_two .head_top_two_bg .head_two_top .search_two{
		background: #fff;
	    height: 34px;
	    width: 180px;
	    border-radius: 6px;
	    position: absolute;
	    top: 53px;
	    right:80px;
	    display: none;
	}
	.head_two .head_top_two_bg .head_two_top .search_two .ser1 {
	    width: 34px;
	    height: 34px;
	    line-height: 34px;
	    float: right;
	    outline: none;
	}
	.head_two .head_top_two_bg .head_two_top .search_two .ser {
	    width: 140px;
	    line-height: 32px;
	    display: block;
	    float: right;
	    color: #808080;
	    border: none;
	    outline: none;
	}

	.head_two .head_top_two_bg .head_two_top .nav_icon{
		display: block;
		position: fixed;
	    height: 41px;
	    cursor: pointer;
	    right:1%;
	    top: 43px;
	    z-index: 33;
	}
	.head_two .nav_two{
		width: 100%;
		height: auto;
		background-color: rgba(0,0,0,0.9);
		position: fixed;
	    width: 100%;
	    top: 95px;
	    height: calc(100% - 105px);
	    overflow: scroll;
	    z-index: 33;
	    display: none;
	}
	.head_two .nav_two ul {
		position: relative;
	    width: 100%;
	    height: auto;
	    display: block;
	    padding:0px;
	    margin:0px;
	}
	.head_two .nav_two ul li{
		height: 50px;
		float: left;
	    text-align: center;
	    line-height: 50px;
	    font-size: 16px;
	    color: #fff;
	    font-weight: bold;
	    font-family: Arial Bold;
	    font-family: Arial;
	    margin-right: 80px;
	    cursor: pointer;
	    transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		width: 100%;
		height: auto;
		float: none;
	    text-align: center;
	    line-height: 50px;
	    margin: 0px;
	    padding: 0px;
	    border-bottom: #887171 1px solid;
	}
	.head_two .nav_two ul li>a{
		color: #FFF;
	}
	.head_two .nav_two ul li:hover>a{
		color: #fff;
	}
	.head_two .nav_two ul li dl{
		position: relative;
	    background: #fff;
	    z-index: 10;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    margin: 0 auto;
	    display: none;
	    background: transparent;
	}
	.head_two .nav_two ul li:hover dl{
		display: none;
	}
	.head_two .nav_two ul li dl dt{
		padding: 0px;
	    margin: 0px;
	    line-height: 35px;
		width:100%;
	    display:block;
	    border-bottom: 1px solid #333!important;
	}
	.head_two .nav_two ul li dl dt a{
	    font-weight: 600;
		width:100%;
	    color: #CF000D;
	    font-size: 14px;
	}
	.head_two .nav_two ul li dl dt a:hover{
	    width:100%;
		background-color: transparent;
	    box-shadow: none;
	}
}
